home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gStartFrame, gEndFrame
- freebytesAtStart = the freeBytes
- GetValues()
- total = GetStageCastSizes(gStartFrame, gEndFrame, 1)
- now = startTimer()
- tell the stage
- unload(gStartFrame, gEndFrame)
- end tell
- duration = PutTime(now)
- Throughput(duration, total, 1, freebytesAtStart)
- end
-